home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ant12 / technica.ht_ / technica.ht
Encoding:
Text File  |  1998-02-08  |  1.7 KB  |  49 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. <meta name="Description" content="Antanna ocx Control Documentation">
  7. <meta name="KeyWords" content="Antanna, Control, Documentation, Visual Basic, OCX">
  8. <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
  9. <title>Technical Overview</title>
  10. </head>
  11.  
  12. <body bgcolor="#FFFFFF" text="#000000" link="#0000EE" vlink="#551A8B" alink="#FF0000">
  13.  
  14. <p>[<a href="index.htm">Antenna Documentation</a>]</p>
  15.  
  16. <hr>
  17.  
  18. <h2><a name="Technical">Technical Overview</a></h2>
  19.  
  20. <blockquote>
  21.   <p>This section contains a technical overview of Antenna Control.</p>
  22.   <p> </p>
  23.   <h3>How Antenna Control Handles Messages</h3>
  24.   <blockquote>
  25.     <p>Antenna uses the subclass technique to trap messages. <a href="reference.htm#OnTrap">OnTrap()</a>
  26.     can be called either before or after the original function of the Target hWnd was
  27.     processed. If <a href="reference.htm#OnTrap">OnTrap()</a> is called before the function,
  28.     it is possible to "eat" messages.</p>
  29.     <p> </p>
  30.   </blockquote>
  31.   <h3>How Many Antenna Control One Application Can Create</h3>
  32.   <blockquote>
  33.     <p>Maximum number of Antenna is <strong>ten per each instance</strong> of application.
  34.     Even if you use six Antenna in MyProgram, you can still run multiple instances of
  35.     MyProgram.</p>
  36.     <p> </p>
  37.   </blockquote>
  38. </blockquote>
  39.  
  40. <hr>
  41.  
  42. <p align="center">If you have any comments or questions, please contact <a
  43. href="mailto:integer@pair.com">integer@pair.com</a>.</p>
  44.  
  45. <p align="center">Copyright ⌐ 1998 <a href="http://www.integer.pair.com/">Integer</a> </p>
  46. </body>
  47. </html>
  48.  
  49.